projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d84e6c
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 Apr 2011 20:50:17 +0000
(16:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 Apr 2011 20:50:17 +0000
(16:50 -0400)
G_GNUC_FUNCTION is deprecated.
gtk/gtkcolorbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorbutton.c
b/gtk/gtkcolorbutton.c
index 352695d73dfb213040b5d5d79b7a4f51b197a5ae..472efddb6c5b9be83170479d50e2779fbaa69c07 100644
(file)
--- a/
gtk/gtkcolorbutton.c
+++ b/
gtk/gtkcolorbutton.c
@@
-369,7
+369,7
@@
gtk_color_button_drag_data_received (GtkWidget *widget,
*/
if (length != 8)
{
- g_warning ("%s: Received invalid color data", G_
GNUC_FUNCTION
);
+ g_warning ("%s: Received invalid color data", G_
STRFUNC
);
return;
}